Release 10.1A: OpenEdge Data Management:
SQL Reference


LOWER

Returns the result of the argument char_expression after converting all the characters to lowercase.

Syntax

LOWER ( char_expression ) 

Example

This example illustrates the LOWER function:

SELECT * 
    FROM customer 
    WHERE LOWER (last_name) = 'smith' ; 

Notes

Compatibility

SQL compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095